Class org.omg.CORBA.StructDefHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.StructDefHelper

java.lang.Object
   |
   +----org.omg.CORBA.StructDefHelper

public final class StructDefHelper
extends Object

Method Index

 o __read(InputStream)
 o __write(OutputStream, StructDef)
 o _is_a(Object)
 o extract(Any)
 o id()
 o insert(Any, StructDef)
 o narrow(Object)
 o type()

Methods

 o __write
  public static void __write(OutputStream out,
                             StructDef that)
 o __read
  public static StructDef __read(InputStream in)
 o extract
  public static StructDef extract(Any a)
 o insert
  public static void insert(Any a,
                            StructDef that)
 o type
  public static synchronized TypeCode type()
 o id
  public static String id()
 o _is_a
  public static boolean _is_a(Object that)
 o narrow
  public static StructDef narrow(Object that) throws BAD_PARAM

All Packages  Class Hierarchy  This Package  Previous  Next  Index